.single-hero-slide {
    background-size: contain;     /* fit full image */
    background-position: center;  /* center it */
    background-repeat: no-repeat; /* no repeat */
    height: 100vh;                /* or set custom height, e.g., 600px */
}
